'Declaration
<JsonAttribute("order")> <DefaultValueAttribute(2)> Public Property TrendLineOrder As Integer
[Json("order")] [DefaultValue(2)] public int TrendLineOrder {get; set;}
'Declaration
<JsonAttribute("order")> <DefaultValueAttribute(2)> Public Property TrendLineOrder As Integer
[Json("order")] [DefaultValue(2)] public int TrendLineOrder {get; set;}